STEP 2: Let's choose our sprite's place on the stage.
We can use a sprite's variable name to assign actions (like movement) to a sprite. This is called dot notation.
- Click on . Drag out Go To.
- Change the variable name in front of .go_to() from sprite to wilbur.
- Change the coordinate arguments in the .go_to() command to (-50, -150)
To navigate the page using the TAB key, first press ESC to exit the code editor.